const google.golang.org/grpc/internal/transport.bdpLimit
5 uses
google.golang.org/grpc/internal/transport (current package)
bdp_estimator.go#L30: bdpLimit = (1 << 20) * 16
bdp_estimator.go#L88: if b.bdp == bdpLimit {
bdp_estimator.go#L129: if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {
bdp_estimator.go#L132: if b.bdp > bdpLimit {
bdp_estimator.go#L133: b.bdp = bdpLimit
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)